Html Css Color HEX #D7CE0F Bird Flower

📋 copy color: '#D7CE0F'

red 215 ◦ green 206 ◦ blue 15

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

Shades of Bird Flower #D7CE0F

Tints of Bird Flower #D7CE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.25%

 BLUE value IS 15 (6.25% from 255) = 3.44%

R = 49.31%
G = 47.25%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7CE0F (or 0xD7CE0F) is known color: Bird Flower. HEX triplet: D7, CE and 0F. RGB value is (215,206,15). Sum of RGB (Red+Green+Blue) = 215+206+15=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CE0F is #2831F0. Grayscale: #BBBBBB. Windows color (decimal): -2634225 or 1035991. OLE color: 1035991.

HSL color Cylindrical-coordinate representation of color #D7CE0F: hue angle of 57.3º degrees, saturation: 0.87, 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 #D7CE0F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 206 15 -
CMYK 0 0.04 0.93 0.16
HSL 57.3º 0.87% 0.45% -
HSV(B) 57.3º 0.93% 0.84% -
XYZ 50.18 58.62 9.12 -
YUV 186.92 30.98 148.03 -
System Red Green Blue C M Y K H S L
Decimal 215 206 15 0 0.04 0.93 0.16 57.3 0.87 0.45
Hex D7 CE F 0 4 5D 10 39 57 2D
Octal 327 316 17 0 4 135 20 71 127 55
Binary 11010111 11001110 1111 0 100 1011101 10000 111001 1010111 101101

Color Harmonies of #D7CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CE0F

Black with #D7CE0F

Text Example


Text Example

White with #D7CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CE0F; }

 p { color: rgb(215,206,15); }

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

background-color css

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

 a { background-color: rgb(215,206,15); }

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

border-color css

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

 span { border-color: rgb(215,206,15); }

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