Html Css Color HEX #D6CB0B Bird Flower

📋 copy color: '#D6CB0B'

red 214 ◦ green 203 ◦ blue 11

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

Shades of Bird Flower #D6CB0B

Tints of Bird Flower #D6CB0B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.43%

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

R = 50%
G = 47.43%
B = 2.57%

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

#D6CB0B (or 0xD6CB0B) is known color: Bird Flower. HEX triplet: D6, CB and 0B. RGB value is (214,203,11). Sum of RGB (Red+Green+Blue) = 214+203+11=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB0B is #2934F4. Grayscale: #B9B9B9. Windows color (decimal): -2700533 or 773078. OLE color: 773078.

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

Color convert

RGB 214 203 11 -
CMYK 0 0.05 0.95 0.16
HSL 56.75º 0.9% 0.44% -
HSV(B) 56.75º 0.95% 0.84% -
XYZ 49.15 57.03 8.73 -
YUV 184.4 30.14 149.11 -
System Red Green Blue C M Y K H S L
Decimal 214 203 11 0 0.05 0.95 0.16 56.75 0.9 0.44
Hex D6 CB B 0 5 5F 10 39 5A 2C
Octal 326 313 13 0 5 137 20 71 132 54
Binary 11010110 11001011 1011 0 101 1011111 10000 111001 1011010 101100

Color Harmonies of #D6CB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB0B

Black with #D6CB0B

Text Example


Text Example

White with #D6CB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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