Html Css Color HEX #D7C412 Bird Flower

📋 copy color: '#D7C412'

red 215 ◦ green 196 ◦ blue 18

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

Shades of Bird Flower #D7C412

Tints of Bird Flower #D7C412

RGB

 RED value IS 215 (84.38% from 255) = 50.12%

 GREEN value IS 196 (76.95% from 255) = 45.69%

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 50.12%
G = 45.69%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7C412 (or 0xD7C412) is known color: Bird Flower. HEX triplet: D7, C4 and 12. RGB value is (215,196,18). Sum of RGB (Red+Green+Blue) = 215+196+18=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C412 is #283BED. Grayscale: #B6B6B6. Windows color (decimal): -2636782 or 1230039. OLE color: 1230039.

HSL color Cylindrical-coordinate representation of color #D7C412: hue angle of 54.21º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7C412 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 196 18 -
CMYK 0 0.09 0.92 0.16
HSL 54.21º 0.85% 0.46% -
HSV(B) 54.21º 0.92% 0.84% -
XYZ 47.87 53.97 8.47 -
YUV 181.39 35.79 151.97 -
System Red Green Blue C M Y K H S L
Decimal 215 196 18 0 0.09 0.92 0.16 54.21 0.85 0.46
Hex D7 C4 12 0 9 5C 10 36 55 2E
Octal 327 304 22 0 11 134 20 66 125 56
Binary 11010111 11000100 10010 0 1001 1011100 10000 110110 1010101 101110

Color Harmonies of #D7C412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C412

Black with #D7C412

Text Example


Text Example

White with #D7C412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C412; }

 p { color: rgb(215,196,18); }

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

background-color css

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

 a { background-color: rgb(215,196,18); }

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

border-color css

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

 span { border-color: rgb(215,196,18); }

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