Html Css Color HEX #D7CC04 Bird Flower

📋 copy color: '#D7CC04'

red 215 ◦ green 204 ◦ blue 4

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

Shades of Bird Flower #D7CC04

Tints of Bird Flower #D7CC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.23%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 50.83%
G = 48.23%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D7CC04 (or 0xD7CC04) is known color: Bird Flower. HEX triplet: D7, CC and 04. RGB value is (215,204,4). Sum of RGB (Red+Green+Blue) = 215+204+4=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CC04 is #2833FB. Grayscale: #B9B9B9. Windows color (decimal): -2634748 or 314583. OLE color: 314583.

HSL color Cylindrical-coordinate representation of color #D7CC04: hue angle of 56.87º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7CC04 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 4 -
CMYK 0 0.05 0.98 0.16
HSL 56.87º 0.96% 0.43% -
HSV(B) 56.87º 0.98% 0.84% -
XYZ 49.64 57.64 8.62 -
YUV 184.49 26.14 149.76 -
System Red Green Blue C M Y K H S L
Decimal 215 204 4 0 0.05 0.98 0.16 56.87 0.96 0.43
Hex D7 CC 4 0 5 62 10 39 60 2B
Octal 327 314 4 0 5 142 20 71 140 53
Binary 11010111 11001100 100 0 101 1100010 10000 111001 1100000 101011

Color Harmonies of #D7CC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC04

Black with #D7CC04

Text Example


Text Example

White with #D7CC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC04; }

 p { color: rgb(215,204,4); }

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

background-color css

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

 a { background-color: rgb(215,204,4); }

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

border-color css

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

 span { border-color: rgb(215,204,4); }

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