Html Css Color HEX #CEC023 Barberry

📋 copy color: '#CEC023'

red 206 ◦ green 192 ◦ blue 35

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

Shades of Barberry #CEC023

Tints of Barberry #CEC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.34%

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

R = 47.58%
G = 44.34%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEC023 (or 0xCEC023) is known color: Barberry. HEX triplet: CE, C0 and 23. RGB value is (206,192,35). Sum of RGB (Red+Green+Blue) = 206+192+35=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC023 is #313FDC. Grayscale: #B2B2B2. Windows color (decimal): -3227613 or 2343118. OLE color: 2343118.

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

Color convert

RGB 206 192 35 -
CMYK 0 0.07 0.83 0.19
HSL 55.09º 0.71% 0.47% -
HSV(B) 55.09º 0.83% 0.81% -
XYZ 44.61 50.94 9.07 -
YUV 178.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 206 192 35 0 0.07 0.83 0.19 55.09 0.71 0.47
Hex CE C0 23 0 7 53 13 37 47 2F
Octal 316 300 43 0 7 123 23 67 107 57
Binary 11001110 11000000 100011 0 111 1010011 10011 110111 1000111 101111

Color Harmonies of #CEC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC023

Black with #CEC023

Text Example


Text Example

White with #CEC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC023; }

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

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

background-color css

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

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

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

border-color css

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

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

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