Html Css Color HEX #D6CB0F Bird Flower

📋 copy color: '#D6CB0F'

red 214 ◦ green 203 ◦ blue 15

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

Shades of Bird Flower #D6CB0F

Tints of Bird Flower #D6CB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.47%

R = 49.54%
G = 46.99%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6CB0F (or 0xD6CB0F) is known color: Bird Flower. HEX triplet: D6, CB and 0F. RGB value is (214,203,15). Sum of RGB (Red+Green+Blue) = 214+203+15=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB0F is #2934F0. Grayscale: #B9B9B9. Windows color (decimal): -2700529 or 1035222. OLE color: 1035222.

HSL color Cylindrical-coordinate representation of color #D6CB0F: hue angle of 56.68º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6CB0F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 15 -
CMYK 0 0.05 0.93 0.16
HSL 56.68º 0.87% 0.45% -
HSV(B) 56.68º 0.93% 0.84% -
XYZ 49.17 57.04 8.87 -
YUV 184.86 32.14 148.79 -
System Red Green Blue C M Y K H S L
Decimal 214 203 15 0 0.05 0.93 0.16 56.68 0.87 0.45
Hex D6 CB F 0 5 5D 10 39 57 2D
Octal 326 313 17 0 5 135 20 71 127 55
Binary 11010110 11001011 1111 0 101 1011101 10000 111001 1010111 101101

Color Harmonies of #D6CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB0F

Black with #D6CB0F

Text Example


Text Example

White with #D6CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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