Html Css Color HEX #D6CC0B Bird Flower

📋 copy color: '#D6CC0B'

red 214 ◦ green 204 ◦ blue 11

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

Shades of Bird Flower #D6CC0B

Tints of Bird Flower #D6CC0B

RGB

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

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

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

R = 49.88%
G = 47.55%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6CC0B (or 0xD6CC0B) is known color: Bird Flower. HEX triplet: D6, CC and 0B. RGB value is (214,204,11). Sum of RGB (Red+Green+Blue) = 214+204+11=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CC0B is #2933F4. Grayscale: #B9B9B9. Windows color (decimal): -2700277 or 773334. OLE color: 773334.

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

Color convert

RGB 214 204 11 -
CMYK 0 0.05 0.95 0.16
HSL 57.04º 0.9% 0.44% -
HSV(B) 57.04º 0.95% 0.84% -
XYZ 49.38 57.51 8.81 -
YUV 184.99 29.81 148.69 -
System Red Green Blue C M Y K H S L
Decimal 214 204 11 0 0.05 0.95 0.16 57.04 0.9 0.44
Hex D6 CC B 0 5 5F 10 39 5A 2C
Octal 326 314 13 0 5 137 20 71 132 54
Binary 11010110 11001100 1011 0 101 1011111 10000 111001 1011010 101100

Color Harmonies of #D6CC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC0B

Black with #D6CC0B

Text Example


Text Example

White with #D6CC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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