Html Css Color HEX #D6CB0A Bird Flower

📋 copy color: '#D6CB0A'

red 214 ◦ green 203 ◦ blue 10

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

Shades of Bird Flower #D6CB0A

Tints of Bird Flower #D6CB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.34%

R = 50.12%
G = 47.54%
B = 2.34%

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

#D6CB0A (or 0xD6CB0A) is known color: Bird Flower. HEX triplet: D6, CB and 0A. RGB value is (214,203,10). Sum of RGB (Red+Green+Blue) = 214+203+10=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB0A is #2934F5. Grayscale: #B9B9B9. Windows color (decimal): -2700534 or 707542. OLE color: 707542.

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

Color convert

RGB 214 203 10 -
CMYK 0 0.05 0.95 0.16
HSL 56.76º 0.91% 0.44% -
HSV(B) 56.76º 0.95% 0.84% -
XYZ 49.14 57.03 8.7 -
YUV 184.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 214 203 10 0 0.05 0.95 0.16 56.76 0.91 0.44
Hex D6 CB A 0 5 5F 10 39 5B 2C
Octal 326 313 12 0 5 137 20 71 133 54
Binary 11010110 11001011 1010 0 101 1011111 10000 111001 1011011 101100

Color Harmonies of #D6CB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB0A

Black with #D6CB0A

Text Example


Text Example

White with #D6CB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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