Html Css Color HEX #CEC925 Barberry

📋 copy color: '#CEC925'

red 206 ◦ green 201 ◦ blue 37

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

Shades of Barberry #CEC925

Tints of Barberry #CEC925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.27%

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

R = 46.4%
G = 45.27%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEC925 (or 0xCEC925) is known color: Barberry. HEX triplet: CE, C9 and 25. RGB value is (206,201,37). Sum of RGB (Red+Green+Blue) = 206+201+37=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC925 is #3136DA. Grayscale: #B8B8B8. Windows color (decimal): -3225307 or 2476494. OLE color: 2476494.

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

Color convert

RGB 206 201 37 -
CMYK 0 0.02 0.82 0.19
HSL 58.22º 0.7% 0.48% -
HSV(B) 58.22º 0.82% 0.81% -
XYZ 46.67 55.03 9.91 -
YUV 183.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 206 201 37 0 0.02 0.82 0.19 58.22 0.7 0.48
Hex CE C9 25 0 2 52 13 3A 46 30
Octal 316 311 45 0 2 122 23 72 106 60
Binary 11001110 11001001 100101 0 10 1010010 10011 111010 1000110 110000

Color Harmonies of #CEC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC925

Black with #CEC925

Text Example


Text Example

White with #CEC925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC925; }

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

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

background-color css

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

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

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

border-color css

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

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

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