Html Css Color HEX #D4CD0B Bird Flower

📋 copy color: '#D4CD0B'

red 212 ◦ green 205 ◦ blue 11

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

Shades of Bird Flower #D4CD0B

Tints of Bird Flower #D4CD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 49.53%
G = 47.9%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4CD0B (or 0xD4CD0B) is known color: Bird Flower. HEX triplet: D4, CD and 0B. RGB value is (212,205,11). Sum of RGB (Red+Green+Blue) = 212+205+11=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CD0B is #2B32F4. Grayscale: #B9B9B9. Windows color (decimal): -2831093 or 773588. OLE color: 773588.

HSL color Cylindrical-coordinate representation of color #D4CD0B: hue angle of 57.91º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4CD0B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 205 11 -
CMYK 0 0.03 0.95 0.17
HSL 57.91º 0.9% 0.44% -
HSV(B) 57.91º 0.95% 0.83% -
XYZ 49.04 57.68 8.87 -
YUV 184.98 29.82 147.27 -
System Red Green Blue C M Y K H S L
Decimal 212 205 11 0 0.03 0.95 0.17 57.91 0.9 0.44
Hex D4 CD B 0 3 5F 11 3A 5A 2C
Octal 324 315 13 0 3 137 21 72 132 54
Binary 11010100 11001101 1011 0 11 1011111 10001 111010 1011010 101100

Color Harmonies of #D4CD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CD0B

Black with #D4CD0B

Text Example


Text Example

White with #D4CD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CD0B; }

 p { color: rgb(212,205,11); }

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

background-color css

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

 a { background-color: rgb(212,205,11); }

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

border-color css

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

 span { border-color: rgb(212,205,11); }

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