Html Css Color HEX #CEC125 Barberry

📋 copy color: '#CEC125'

red 206 ◦ green 193 ◦ blue 37

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

Shades of Barberry #CEC125

Tints of Barberry #CEC125

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

 BLUE value IS 37 (14.84% from 255) = 8.49%

R = 47.25%
G = 44.27%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEC125 (or 0xCEC125) is known color: Barberry. HEX triplet: CE, C1 and 25. RGB value is (206,193,37). Sum of RGB (Red+Green+Blue) = 206+193+37=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC125 is #313EDA. Grayscale: #B3B3B3. Windows color (decimal): -3227355 or 2474446. OLE color: 2474446.

HSL color Cylindrical-coordinate representation of color #CEC125: hue angle of 55.38º degrees, saturation: 0.7, 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 #CEC125 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 37 -
CMYK 0 0.06 0.82 0.19
HSL 55.38º 0.7% 0.48% -
HSV(B) 55.38º 0.82% 0.81% -
XYZ 44.86 51.4 9.31 -
YUV 179.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 206 193 37 0 0.06 0.82 0.19 55.38 0.7 0.48
Hex CE C1 25 0 6 52 13 37 46 30
Octal 316 301 45 0 6 122 23 67 106 60
Binary 11001110 11000001 100101 0 110 1010010 10011 110111 1000110 110000

Color Harmonies of #CEC125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC125

Black with #CEC125

Text Example


Text Example

White with #CEC125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC125; }

 p { color: rgb(206,193,37); }

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

background-color css

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

 a { background-color: rgb(206,193,37); }

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

border-color css

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

 span { border-color: rgb(206,193,37); }

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