Html Css Color HEX #CEB923 Barberry

📋 copy color: '#CEB923'

red 206 ◦ green 185 ◦ blue 35

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

Shades of Barberry #CEB923

Tints of Barberry #CEB923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.22%

R = 48.36%
G = 43.43%
B = 8.22%

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

#CEB923 (or 0xCEB923) is known color: Barberry. HEX triplet: CE, B9 and 23. RGB value is (206,185,35). Sum of RGB (Red+Green+Blue) = 206+185+35=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB923 is #3146DC. Grayscale: #AEAEAE. Windows color (decimal): -3229405 or 2341326. OLE color: 2341326.

HSL color Cylindrical-coordinate representation of color #CEB923: hue angle of 52.63º degrees, saturation: 0.71, 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 #CEB923 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 35 -
CMYK 0 0.10 0.83 0.19
HSL 52.63º 0.71% 0.47% -
HSV(B) 52.63º 0.83% 0.81% -
XYZ 43.11 47.94 8.57 -
YUV 174.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 206 185 35 0 0.10 0.83 0.19 52.63 0.71 0.47
Hex CE B9 23 0 A 53 13 35 47 2F
Octal 316 271 43 0 12 123 23 65 107 57
Binary 11001110 10111001 100011 0 1010 1010011 10011 110101 1000111 101111

Color Harmonies of #CEB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB923

Black with #CEB923

Text Example


Text Example

White with #CEB923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB923; }

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

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

background-color css

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

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

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

border-color css

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

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

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