Html Css Color HEX #D6CB24 Barberry

📋 copy color: '#D6CB24'

red 214 ◦ green 203 ◦ blue 36

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

Shades of Barberry #D6CB24

Tints of Barberry #D6CB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.95%

R = 47.24%
G = 44.81%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6CB24 (or 0xD6CB24) is known color: Barberry. HEX triplet: D6, CB and 24. RGB value is (214,203,36). Sum of RGB (Red+Green+Blue) = 214+203+36=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB24 is #2934DB. Grayscale: #BBBBBB. Windows color (decimal): -2700508 or 2411478. OLE color: 2411478.

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

Color convert

RGB 214 203 36 -
CMYK 0 0.05 0.83 0.16
HSL 56.29º 0.71% 0.49% -
HSV(B) 56.29º 0.83% 0.84% -
XYZ 49.41 57.14 10.09 -
YUV 187.25 42.64 147.08 -
System Red Green Blue C M Y K H S L
Decimal 214 203 36 0 0.05 0.83 0.16 56.29 0.71 0.49
Hex D6 CB 24 0 5 53 10 38 47 31
Octal 326 313 44 0 5 123 20 70 107 61
Binary 11010110 11001011 100100 0 101 1010011 10000 111000 1000111 110001

Color Harmonies of #D6CB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB24

Black with #D6CB24

Text Example


Text Example

White with #D6CB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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