Html Css Color HEX #CEC825 Barberry

📋 copy color: '#CEC825'

red 206 ◦ green 200 ◦ blue 37

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

Shades of Barberry #CEC825

Tints of Barberry #CEC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.15%

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

R = 46.5%
G = 45.15%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEC825 (or 0xCEC825) is known color: Barberry. HEX triplet: CE, C8 and 25. RGB value is (206,200,37). Sum of RGB (Red+Green+Blue) = 206+200+37=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC825 is #3137DA. Grayscale: #B7B7B7. Windows color (decimal): -3225563 or 2476238. OLE color: 2476238.

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

Color convert

RGB 206 200 37 -
CMYK 0 0.03 0.82 0.19
HSL 57.87º 0.7% 0.48% -
HSV(B) 57.87º 0.82% 0.81% -
XYZ 46.44 54.56 9.83 -
YUV 183.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 206 200 37 0 0.03 0.82 0.19 57.87 0.7 0.48
Hex CE C8 25 0 3 52 13 3A 46 30
Octal 316 310 45 0 3 122 23 72 106 60
Binary 11001110 11001000 100101 0 11 1010010 10011 111010 1000110 110000

Color Harmonies of #CEC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC825

Black with #CEC825

Text Example


Text Example

White with #CEC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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