Html Css Color HEX #CEC725 Barberry

📋 copy color: '#CEC725'

red 206 ◦ green 199 ◦ blue 37

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

Shades of Barberry #CEC725

Tints of Barberry #CEC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

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

R = 46.61%
G = 45.02%
B = 8.37%

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

#CEC725 (or 0xCEC725) is known color: Barberry. HEX triplet: CE, C7 and 25. RGB value is (206,199,37). Sum of RGB (Red+Green+Blue) = 206+199+37=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC725 is #3138DA. Grayscale: #B7B7B7. Windows color (decimal): -3225819 or 2475982. OLE color: 2475982.

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

Color convert

RGB 206 199 37 -
CMYK 0 0.03 0.82 0.19
HSL 57.51º 0.7% 0.48% -
HSV(B) 57.51º 0.82% 0.81% -
XYZ 46.21 54.1 9.76 -
YUV 182.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 206 199 37 0 0.03 0.82 0.19 57.51 0.7 0.48
Hex CE C7 25 0 3 52 13 3A 46 30
Octal 316 307 45 0 3 122 23 72 106 60
Binary 11001110 11000111 100101 0 11 1010010 10011 111010 1000110 110000

Color Harmonies of #CEC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC725

Black with #CEC725

Text Example


Text Example

White with #CEC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC725; }

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

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

background-color css

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

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

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

border-color css

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

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

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