Html Css Color HEX #D1CD02 Bird Flower

📋 copy color: '#D1CD02'

red 209 ◦ green 205 ◦ blue 2

#D1CD02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D1CD02

Tints of Bird Flower #D1CD02

RGB

 RED value IS 209 (82.03% from 255) = 50.24%

 GREEN value IS 205 (80.47% from 255) = 49.28%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 50.24%
G = 49.28%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D1CD02 (or 0xD1CD02) is known color: Bird Flower. HEX triplet: D1, CD and 02. RGB value is (209,205,2). Sum of RGB (Red+Green+Blue) = 209+205+2=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CD02 is #2E32FD. Grayscale: #B7B7B7. Windows color (decimal): -3027710 or 183761. OLE color: 183761.

HSL color Cylindrical-coordinate representation of color #D1CD02: hue angle of 58.84º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1CD02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 2 -
CMYK 0 0.02 0.99 0.18
HSL 58.84º 0.98% 0.41% -
HSV(B) 58.84º 0.99% 0.82% -
XYZ 48.14 57.22 8.57 -
YUV 183.05 25.83 146.51 -
System Red Green Blue C M Y K H S L
Decimal 209 205 2 0 0.02 0.99 0.18 58.84 0.98 0.41
Hex D1 CD 2 0 2 63 12 3B 62 29
Octal 321 315 2 0 2 143 22 73 142 51
Binary 11010001 11001101 10 0 10 1100011 10010 111011 1100010 101001

Color Harmonies of #D1CD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD02

Black with #D1CD02

Text Example


Text Example

White with #D1CD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD02; }

 p { color: rgb(209,205,2); }

 H1.HeaderClassName
 {
   color: #D1CD02;
 }
 .AnyTagClassName
 {
   color: #D1CD02;
 }
</style>

background-color css

<style>
 a { background-color: #D1CD02; }

 a { background-color: rgb(209,205,2); }

 div.DivClassName
 {
   background-color: #D1CD02;
 }
 .BgClassName
 {
   background-color: #D1CD02;
 }
</style>

border-color css

<style>
 span { border-color: #D1CD02; }

 span { border-color: rgb(209,205,2); }

 td.TdClassName
 {
   border-color: #D1CD02;
 }
 .TagClassName
 {
   border-color: #D1CD02;
 }
</style>