Html Css Color HEX #CCC02D Barberry

📋 copy color: '#CCC02D'

red 204 ◦ green 192 ◦ blue 45

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

Shades of Barberry #CCC02D

Tints of Barberry #CCC02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.54%

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

R = 46.26%
G = 43.54%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC02D (or 0xCCC02D) is known color: Barberry. HEX triplet: CC, C0 and 2D. RGB value is (204,192,45). Sum of RGB (Red+Green+Blue) = 204+192+45=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC02D is #333FD2. Grayscale: #B3B3B3. Windows color (decimal): -3358675 or 2998476. OLE color: 2998476.

HSL color Cylindrical-coordinate representation of color #CCC02D: hue angle of 55.47º 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 #CCC02D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 45 -
CMYK 0 0.06 0.78 0.2
HSL 55.47º 0.64% 0.49% -
HSV(B) 55.47º 0.78% 0.8% -
XYZ 44.23 50.73 9.94 -
YUV 178.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 204 192 45 0 0.06 0.78 0.2 55.47 0.64 0.49
Hex CC C0 2D 0 6 4E 14 37 40 31
Octal 314 300 55 0 6 116 24 67 100 61
Binary 11001100 11000000 101101 0 110 1001110 10100 110111 1000000 110001

Color Harmonies of #CCC02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC02D

Black with #CCC02D

Text Example


Text Example

White with #CCC02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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