Html Css Color HEX #D7CF0B Bird Flower

📋 copy color: '#D7CF0B'

red 215 ◦ green 207 ◦ blue 11

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

Shades of Bird Flower #D7CF0B

Tints of Bird Flower #D7CF0B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.81%

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 49.65%
G = 47.81%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7CF0B (or 0xD7CF0B) is known color: Bird Flower. HEX triplet: D7, CF and 0B. RGB value is (215,207,11). Sum of RGB (Red+Green+Blue) = 215+207+11=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CF0B is #2830F4. Grayscale: #BBBBBB. Windows color (decimal): -2633973 or 774103. OLE color: 774103.

HSL color Cylindrical-coordinate representation of color #D7CF0B: hue angle of 57.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7CF0B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 207 11 -
CMYK 0 0.04 0.95 0.16
HSL 57.65º 0.9% 0.44% -
HSV(B) 57.65º 0.95% 0.84% -
XYZ 50.4 59.1 9.07 -
YUV 187.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 215 207 11 0 0.04 0.95 0.16 57.65 0.9 0.44
Hex D7 CF B 0 4 5F 10 3A 5A 2C
Octal 327 317 13 0 4 137 20 72 132 54
Binary 11010111 11001111 1011 0 100 1011111 10000 111010 1011010 101100

Color Harmonies of #D7CF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF0B

Black with #D7CF0B

Text Example


Text Example

White with #D7CF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF0B; }

 p { color: rgb(215,207,11); }

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

background-color css

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

 a { background-color: rgb(215,207,11); }

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

border-color css

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

 span { border-color: rgb(215,207,11); }

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