Html Css Color HEX #D7CC0E Bird Flower

📋 copy color: '#D7CC0E'

red 215 ◦ green 204 ◦ blue 14

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

Shades of Bird Flower #D7CC0E

Tints of Bird Flower #D7CC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 49.65%
G = 47.11%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7CC0E (or 0xD7CC0E) is known color: Bird Flower. HEX triplet: D7, CC and 0E. RGB value is (215,204,14). Sum of RGB (Red+Green+Blue) = 215+204+14=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CC0E is #2833F1. Grayscale: #BABABA. Windows color (decimal): -2634738 or 969943. OLE color: 969943.

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

Color convert

RGB 215 204 14 -
CMYK 0 0.05 0.93 0.16
HSL 56.72º 0.88% 0.45% -
HSV(B) 56.72º 0.93% 0.84% -
XYZ 49.7 57.66 8.93 -
YUV 185.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 215 204 14 0 0.05 0.93 0.16 56.72 0.88 0.45
Hex D7 CC E 0 5 5D 10 39 58 2D
Octal 327 314 16 0 5 135 20 71 130 55
Binary 11010111 11001100 1110 0 101 1011101 10000 111001 1011000 101101

Color Harmonies of #D7CC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC0E

Black with #D7CC0E

Text Example


Text Example

White with #D7CC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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