Html Css Color HEX #CEB927 Barberry

📋 copy color: '#CEB927'

red 206 ◦ green 185 ◦ blue 39

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

Shades of Barberry #CEB927

Tints of Barberry #CEB927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.07%

R = 47.91%
G = 43.02%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEB927 (or 0xCEB927) is known color: Barberry. HEX triplet: CE, B9 and 27. RGB value is (206,185,39). Sum of RGB (Red+Green+Blue) = 206+185+39=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB927 is #3146D8. Grayscale: #AFAFAF. Windows color (decimal): -3229401 or 2603470. OLE color: 2603470.

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

Color convert

RGB 206 185 39 -
CMYK 0 0.10 0.81 0.19
HSL 52.46º 0.68% 0.48% -
HSV(B) 52.46º 0.81% 0.81% -
XYZ 43.17 47.97 8.9 -
YUV 174.64 51.46 150.37 -
System Red Green Blue C M Y K H S L
Decimal 206 185 39 0 0.10 0.81 0.19 52.46 0.68 0.48
Hex CE B9 27 0 A 51 13 34 44 30
Octal 316 271 47 0 12 121 23 64 104 60
Binary 11001110 10111001 100111 0 1010 1010001 10011 110100 1000100 110000

Color Harmonies of #CEB927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB927

Black with #CEB927

Text Example


Text Example

White with #CEB927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB927; }

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

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

background-color css

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

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

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

border-color css

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

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

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