Html Css Color HEX #CEB926 Barberry

📋 copy color: '#CEB926'

red 206 ◦ green 185 ◦ blue 38

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

Shades of Barberry #CEB926

Tints of Barberry #CEB926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.86%

R = 48.02%
G = 43.12%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEB926 (or 0xCEB926) is known color: Barberry. HEX triplet: CE, B9 and 26. RGB value is (206,185,38). Sum of RGB (Red+Green+Blue) = 206+185+38=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 38 (15.23% from 255 or 8.86% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB926 is #3146D9. Grayscale: #AFAFAF. Windows color (decimal): -3229402 or 2537934. OLE color: 2537934.

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

Color convert

RGB 206 185 38 -
CMYK 0 0.10 0.82 0.19
HSL 52.5º 0.69% 0.48% -
HSV(B) 52.5º 0.82% 0.81% -
XYZ 43.15 47.96 8.82 -
YUV 174.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 206 185 38 0 0.10 0.82 0.19 52.5 0.69 0.48
Hex CE B9 26 0 A 52 13 34 45 30
Octal 316 271 46 0 12 122 23 64 105 60
Binary 11001110 10111001 100110 0 1010 1010010 10011 110100 1000101 110000

Color Harmonies of #CEB926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB926

Black with #CEB926

Text Example


Text Example

White with #CEB926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB926; }

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

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

background-color css

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

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

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

border-color css

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

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

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