Html Css Color HEX #CECB25 Barberry

📋 copy color: '#CECB25'

red 206 ◦ green 203 ◦ blue 37

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

Shades of Barberry #CECB25

Tints of Barberry #CECB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.52%

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

R = 46.19%
G = 45.52%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CECB25 (or 0xCECB25) is known color: Barberry. HEX triplet: CE, CB and 25. RGB value is (206,203,37). Sum of RGB (Red+Green+Blue) = 206+203+37=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB25 is #3134DA. Grayscale: #B9B9B9. Windows color (decimal): -3224795 or 2477006. OLE color: 2477006.

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

Color convert

RGB 206 203 37 -
CMYK 0 0.01 0.82 0.19
HSL 58.93º 0.7% 0.48% -
HSV(B) 58.93º 0.82% 0.81% -
XYZ 47.14 55.97 10.07 -
YUV 184.97 44.49 143 -
System Red Green Blue C M Y K H S L
Decimal 206 203 37 0 0.01 0.82 0.19 58.93 0.7 0.48
Hex CE CB 25 0 1 52 13 3B 46 30
Octal 316 313 45 0 1 122 23 73 106 60
Binary 11001110 11001011 100101 0 1 1010010 10011 111011 1000110 110000

Color Harmonies of #CECB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB25

Black with #CECB25

Text Example


Text Example

White with #CECB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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