Html Css Color HEX #CCCA2D Barberry

📋 copy color: '#CCCA2D'

red 204 ◦ green 202 ◦ blue 45

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

Shades of Barberry #CCCA2D

Tints of Barberry #CCCA2D

RGB

 RED value IS 204 (80.08% from 255) = 45.23%

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

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

R = 45.23%
G = 44.79%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCCA2D (or 0xCCCA2D) is known color: Barberry. HEX triplet: CC, CA and 2D. RGB value is (204,202,45). Sum of RGB (Red+Green+Blue) = 204+202+45=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA2D is #3335D2. Grayscale: #B9B9B9. Windows color (decimal): -3356115 or 3001036. OLE color: 3001036.

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

Color convert

RGB 204 202 45 -
CMYK 0 0.01 0.78 0.2
HSL 59.25º 0.64% 0.49% -
HSV(B) 59.25º 0.78% 0.8% -
XYZ 46.5 55.27 10.7 -
YUV 184.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 204 202 45 0 0.01 0.78 0.2 59.25 0.64 0.49
Hex CC CA 2D 0 1 4E 14 3B 40 31
Octal 314 312 55 0 1 116 24 73 100 61
Binary 11001100 11001010 101101 0 1 1001110 10100 111011 1000000 110001

Color Harmonies of #CCCA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA2D

Black with #CCCA2D

Text Example


Text Example

White with #CCCA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA2D; }

 p { color: rgb(204,202,45); }

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

background-color css

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

 a { background-color: rgb(204,202,45); }

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

border-color css

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

 span { border-color: rgb(204,202,45); }

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