Html Css Color HEX #CECA19 Barberry

📋 copy color: '#CECA19'

red 206 ◦ green 202 ◦ blue 25

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

Shades of Barberry #CECA19

Tints of Barberry #CECA19

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.65%

 BLUE value IS 25 (10.16% from 255) = 5.77%

R = 47.58%
G = 46.65%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CECA19 (or 0xCECA19) is known color: Barberry. HEX triplet: CE, CA and 19. RGB value is (206,202,25). Sum of RGB (Red+Green+Blue) = 206+202+25=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA19 is #3135E6. Grayscale: #B7B7B7. Windows color (decimal): -3225063 or 1690318. OLE color: 1690318.

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

Color convert

RGB 206 202 25 -
CMYK 0 0.02 0.88 0.19
HSL 58.67º 0.78% 0.45% -
HSV(B) 58.67º 0.88% 0.81% -
XYZ 46.75 55.43 9.16 -
YUV 183.02 38.83 144.39 -
System Red Green Blue C M Y K H S L
Decimal 206 202 25 0 0.02 0.88 0.19 58.67 0.78 0.45
Hex CE CA 19 0 2 58 13 3B 4E 2D
Octal 316 312 31 0 2 130 23 73 116 55
Binary 11001110 11001010 11001 0 10 1011000 10011 111011 1001110 101101

Color Harmonies of #CECA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA19

Black with #CECA19

Text Example


Text Example

White with #CECA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA19; }

 p { color: rgb(206,202,25); }

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

background-color css

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

 a { background-color: rgb(206,202,25); }

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

border-color css

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

 span { border-color: rgb(206,202,25); }

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