Html Css Color HEX #CEB924 Barberry

📋 copy color: '#CEB924'

red 206 ◦ green 185 ◦ blue 36

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

Shades of Barberry #CEB924

Tints of Barberry #CEB924

RGB

 RED value IS 206 (80.86% from 255) = 48.24%

 GREEN value IS 185 (72.66% from 255) = 43.33%

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

R = 48.24%
G = 43.33%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB924 (or 0xCEB924) is known color: Barberry. HEX triplet: CE, B9 and 24. RGB value is (206,185,36). Sum of RGB (Red+Green+Blue) = 206+185+36=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB924 is #3146DB. Grayscale: #AEAEAE. Windows color (decimal): -3229404 or 2406862. OLE color: 2406862.

HSL color Cylindrical-coordinate representation of color #CEB924: hue angle of 52.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEB924 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 36 -
CMYK 0 0.10 0.83 0.19
HSL 52.59º 0.7% 0.47% -
HSV(B) 52.59º 0.83% 0.81% -
XYZ 43.12 47.95 8.65 -
YUV 174.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 206 185 36 0 0.10 0.83 0.19 52.59 0.7 0.47
Hex CE B9 24 0 A 53 13 35 46 2F
Octal 316 271 44 0 12 123 23 65 106 57
Binary 11001110 10111001 100100 0 1010 1010011 10011 110101 1000110 101111

Color Harmonies of #CEB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB924

Black with #CEB924

Text Example


Text Example

White with #CEB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB924; }

 p { color: rgb(206,185,36); }

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

background-color css

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

 a { background-color: rgb(206,185,36); }

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

border-color css

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

 span { border-color: rgb(206,185,36); }

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