Html Css Color HEX #D4CA15 Bird Flower

📋 copy color: '#D4CA15'

red 212 ◦ green 202 ◦ blue 21

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

Shades of Bird Flower #D4CA15

Tints of Bird Flower #D4CA15

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 21 (8.59% from 255) = 4.83%

R = 48.74%
G = 46.44%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4CA15 (or 0xD4CA15) is known color: Bird Flower. HEX triplet: D4, CA and 15. RGB value is (212,202,21). Sum of RGB (Red+Green+Blue) = 212+202+21=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CA15 is #2B35EA. Grayscale: #B9B9B9. Windows color (decimal): -2831851 or 1428180. OLE color: 1428180.

HSL color Cylindrical-coordinate representation of color #D4CA15: hue angle of 56.86º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4CA15 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 202 21 -
CMYK 0 0.05 0.90 0.17
HSL 56.86º 0.82% 0.46% -
HSV(B) 56.86º 0.9% 0.83% -
XYZ 48.41 56.29 9.02 -
YUV 184.36 35.81 147.72 -
System Red Green Blue C M Y K H S L
Decimal 212 202 21 0 0.05 0.90 0.17 56.86 0.82 0.46
Hex D4 CA 15 0 5 5A 11 39 52 2E
Octal 324 312 25 0 5 132 21 71 122 56
Binary 11010100 11001010 10101 0 101 1011010 10001 111001 1010010 101110

Color Harmonies of #D4CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA15

Black with #D4CA15

Text Example


Text Example

White with #D4CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA15; }

 p { color: rgb(212,202,21); }

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

background-color css

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

 a { background-color: rgb(212,202,21); }

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

border-color css

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

 span { border-color: rgb(212,202,21); }

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