Html Css Color HEX #D6CD0B Bird Flower

📋 copy color: '#D6CD0B'

red 214 ◦ green 205 ◦ blue 11

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

Shades of Bird Flower #D6CD0B

Tints of Bird Flower #D6CD0B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

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

R = 49.77%
G = 47.67%
B = 2.56%

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

#D6CD0B (or 0xD6CD0B) is known color: Bird Flower. HEX triplet: D6, CD and 0B. RGB value is (214,205,11). Sum of RGB (Red+Green+Blue) = 214+205+11=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CD0B is #2932F4. Grayscale: #BABABA. Windows color (decimal): -2700021 or 773590. OLE color: 773590.

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

Color convert

RGB 214 205 11 -
CMYK 0 0.04 0.95 0.16
HSL 57.34º 0.9% 0.44% -
HSV(B) 57.34º 0.95% 0.84% -
XYZ 49.62 57.98 8.89 -
YUV 185.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 214 205 11 0 0.04 0.95 0.16 57.34 0.9 0.44
Hex D6 CD B 0 4 5F 10 39 5A 2C
Octal 326 315 13 0 4 137 20 71 132 54
Binary 11010110 11001101 1011 0 100 1011111 10000 111001 1011010 101100

Color Harmonies of #D6CD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD0B

Black with #D6CD0B

Text Example


Text Example

White with #D6CD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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