Html Css Color HEX #D4CB14 Bird Flower

📋 copy color: '#D4CB14'

red 212 ◦ green 203 ◦ blue 20

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

Shades of Bird Flower #D4CB14

Tints of Bird Flower #D4CB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.67%

 BLUE value IS 20 (8.2% from 255) = 4.6%

R = 48.74%
G = 46.67%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4CB14 (or 0xD4CB14) is known color: Bird Flower. HEX triplet: D4, CB and 14. RGB value is (212,203,20). Sum of RGB (Red+Green+Blue) = 212+203+20=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CB14 is #2B34EB. Grayscale: #B9B9B9. Windows color (decimal): -2831596 or 1362900. OLE color: 1362900.

HSL color Cylindrical-coordinate representation of color #D4CB14: hue angle of 57.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4CB14 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 20 -
CMYK 0 0.04 0.91 0.17
HSL 57.19º 0.83% 0.45% -
HSV(B) 57.19º 0.91% 0.83% -
XYZ 48.63 56.76 9.05 -
YUV 184.83 34.98 147.38 -
System Red Green Blue C M Y K H S L
Decimal 212 203 20 0 0.04 0.91 0.17 57.19 0.83 0.45
Hex D4 CB 14 0 4 5B 11 39 53 2D
Octal 324 313 24 0 4 133 21 71 123 55
Binary 11010100 11001011 10100 0 100 1011011 10001 111001 1010011 101101

Color Harmonies of #D4CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB14

Black with #D4CB14

Text Example


Text Example

White with #D4CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB14; }

 p { color: rgb(212,203,20); }

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

background-color css

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

 a { background-color: rgb(212,203,20); }

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

border-color css

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

 span { border-color: rgb(212,203,20); }

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