Html Css Color HEX #CEC52D Barberry

📋 copy color: '#CEC52D'

red 206 ◦ green 197 ◦ blue 45

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

Shades of Barberry #CEC52D

Tints of Barberry #CEC52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

 BLUE value IS 45 (17.97% from 255) = 10.04%

R = 45.98%
G = 43.97%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEC52D (or 0xCEC52D) is known color: Barberry. HEX triplet: CE, C5 and 2D. RGB value is (206,197,45). Sum of RGB (Red+Green+Blue) = 206+197+45=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC52D is #313AD2. Grayscale: #B6B6B6. Windows color (decimal): -3226323 or 2999758. OLE color: 2999758.

HSL color Cylindrical-coordinate representation of color #CEC52D: hue angle of 56.65º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEC52D is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 197 45 -
CMYK 0 0.04 0.78 0.19
HSL 56.65º 0.64% 0.49% -
HSV(B) 56.65º 0.78% 0.81% -
XYZ 45.89 53.24 10.34 -
YUV 182.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 206 197 45 0 0.04 0.78 0.19 56.65 0.64 0.49
Hex CE C5 2D 0 4 4E 13 39 40 31
Octal 316 305 55 0 4 116 23 71 100 61
Binary 11001110 11000101 101101 0 100 1001110 10011 111001 1000000 110001

Color Harmonies of #CEC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC52D

Black with #CEC52D

Text Example


Text Example

White with #CEC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC52D; }

 p { color: rgb(206,197,45); }

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

background-color css

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

 a { background-color: rgb(206,197,45); }

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

border-color css

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

 span { border-color: rgb(206,197,45); }

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