Html Css Color HEX #CEC323 Barberry

📋 copy color: '#CEC323'

red 206 ◦ green 195 ◦ blue 35

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

Shades of Barberry #CEC323

Tints of Barberry #CEC323

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.72%

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

R = 47.25%
G = 44.72%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEC323 (or 0xCEC323) is known color: Barberry. HEX triplet: CE, C3 and 23. RGB value is (206,195,35). Sum of RGB (Red+Green+Blue) = 206+195+35=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC323 is #313CDC. Grayscale: #B4B4B4. Windows color (decimal): -3226845 or 2343886. OLE color: 2343886.

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

Color convert

RGB 206 195 35 -
CMYK 0 0.05 0.83 0.19
HSL 56.14º 0.71% 0.47% -
HSV(B) 56.14º 0.83% 0.81% -
XYZ 45.27 52.27 9.29 -
YUV 180.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 206 195 35 0 0.05 0.83 0.19 56.14 0.71 0.47
Hex CE C3 23 0 5 53 13 38 47 2F
Octal 316 303 43 0 5 123 23 70 107 57
Binary 11001110 11000011 100011 0 101 1010011 10011 111000 1000111 101111

Color Harmonies of #CEC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC323

Black with #CEC323

Text Example


Text Example

White with #CEC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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