Html Css Color HEX #D1C01D Bird Flower

📋 copy color: '#D1C01D'

red 209 ◦ green 192 ◦ blue 29

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

Shades of Bird Flower #D1C01D

Tints of Bird Flower #D1C01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 29 (11.72% from 255) = 6.74%

R = 48.6%
G = 44.65%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1C01D (or 0xD1C01D) is known color: Bird Flower. HEX triplet: D1, C0 and 1D. RGB value is (209,192,29). Sum of RGB (Red+Green+Blue) = 209+192+29=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C01D is #2E3FE2. Grayscale: #B3B3B3. Windows color (decimal): -3031011 or 1949905. OLE color: 1949905.

HSL color Cylindrical-coordinate representation of color #D1C01D: hue angle of 54.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1C01D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 192 29 -
CMYK 0 0.08 0.86 0.18
HSL 54.33º 0.76% 0.47% -
HSV(B) 54.33º 0.86% 0.82% -
XYZ 45.37 51.34 8.68 -
YUV 178.5 43.63 149.75 -
System Red Green Blue C M Y K H S L
Decimal 209 192 29 0 0.08 0.86 0.18 54.33 0.76 0.47
Hex D1 C0 1D 0 8 56 12 36 4C 2F
Octal 321 300 35 0 10 126 22 66 114 57
Binary 11010001 11000000 11101 0 1000 1010110 10010 110110 1001100 101111

Color Harmonies of #D1C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C01D

Black with #D1C01D

Text Example


Text Example

White with #D1C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C01D; }

 p { color: rgb(209,192,29); }

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

background-color css

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

 a { background-color: rgb(209,192,29); }

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

border-color css

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

 span { border-color: rgb(209,192,29); }

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