Html Css Color HEX #D6CA0B Bird Flower

📋 copy color: '#D6CA0B'

red 214 ◦ green 202 ◦ blue 11

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

Shades of Bird Flower #D6CA0B

Tints of Bird Flower #D6CA0B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

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

R = 50.12%
G = 47.31%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6CA0B (or 0xD6CA0B) is known color: Bird Flower. HEX triplet: D6, CA and 0B. RGB value is (214,202,11). Sum of RGB (Red+Green+Blue) = 214+202+11=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CA0B is #2935F4. Grayscale: #B8B8B8. Windows color (decimal): -2700789 or 772822. OLE color: 772822.

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

Color convert

RGB 214 202 11 -
CMYK 0 0.06 0.95 0.16
HSL 56.45º 0.9% 0.44% -
HSV(B) 56.45º 0.95% 0.84% -
XYZ 48.91 56.56 8.66 -
YUV 183.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 214 202 11 0 0.06 0.95 0.16 56.45 0.9 0.44
Hex D6 CA B 0 6 5F 10 38 5A 2C
Octal 326 312 13 0 6 137 20 70 132 54
Binary 11010110 11001010 1011 0 110 1011111 10000 111000 1011010 101100

Color Harmonies of #D6CA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA0B

Black with #D6CA0B

Text Example


Text Example

White with #D6CA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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