Html Css Color HEX #D4C01B Bird Flower

📋 copy color: '#D4C01B'

red 212 ◦ green 192 ◦ blue 27

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

Shades of Bird Flower #D4C01B

Tints of Bird Flower #D4C01B

RGB

 RED value IS 212 (83.2% from 255) = 49.19%

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

 BLUE value IS 27 (10.94% from 255) = 6.26%

R = 49.19%
G = 44.55%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4C01B (or 0xD4C01B) is known color: Bird Flower. HEX triplet: D4, C0 and 1B. RGB value is (212,192,27). Sum of RGB (Red+Green+Blue) = 212+192+27=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C01B is #2B3FE4. Grayscale: #B3B3B3. Windows color (decimal): -2834405 or 1818836. OLE color: 1818836.

HSL color Cylindrical-coordinate representation of color #D4C01B: hue angle of 53.51º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4C01B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 192 27 -
CMYK 0 0.09 0.87 0.17
HSL 53.51º 0.77% 0.47% -
HSV(B) 53.51º 0.87% 0.83% -
XYZ 46.2 51.78 8.6 -
YUV 179.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 212 192 27 0 0.09 0.87 0.17 53.51 0.77 0.47
Hex D4 C0 1B 0 9 57 11 36 4D 2F
Octal 324 300 33 0 11 127 21 66 115 57
Binary 11010100 11000000 11011 0 1001 1010111 10001 110110 1001101 101111

Color Harmonies of #D4C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C01B

Black with #D4C01B

Text Example


Text Example

White with #D4C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C01B; }

 p { color: rgb(212,192,27); }

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

background-color css

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

 a { background-color: rgb(212,192,27); }

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

border-color css

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

 span { border-color: rgb(212,192,27); }

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