Html Css Color HEX #D6CF0B Bird Flower

📋 copy color: '#D6CF0B'

red 214 ◦ green 207 ◦ blue 11

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

Shades of Bird Flower #D6CF0B

Tints of Bird Flower #D6CF0B

RGB

 RED value IS 214 (83.98% from 255) = 49.54%

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

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

R = 49.54%
G = 47.92%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6CF0B (or 0xD6CF0B) is known color: Bird Flower. HEX triplet: D6, CF and 0B. RGB value is (214,207,11). Sum of RGB (Red+Green+Blue) = 214+207+11=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF0B is #2930F4. Grayscale: #BBBBBB. Windows color (decimal): -2699509 or 774102. OLE color: 774102.

HSL color Cylindrical-coordinate representation of color #D6CF0B: hue angle of 57.93º 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 #D6CF0B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 11 -
CMYK 0 0.03 0.95 0.16
HSL 57.93º 0.9% 0.44% -
HSV(B) 57.93º 0.95% 0.84% -
XYZ 50.1 58.95 9.05 -
YUV 186.75 28.82 147.44 -
System Red Green Blue C M Y K H S L
Decimal 214 207 11 0 0.03 0.95 0.16 57.93 0.9 0.44
Hex D6 CF B 0 3 5F 10 3A 5A 2C
Octal 326 317 13 0 3 137 20 72 132 54
Binary 11010110 11001111 1011 0 11 1011111 10000 111010 1011010 101100

Color Harmonies of #D6CF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF0B

Black with #D6CF0B

Text Example


Text Example

White with #D6CF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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