Html Css Color HEX #CCCD29 Barberry

📋 copy color: '#CCCD29'

red 204 ◦ green 205 ◦ blue 41

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

Shades of Barberry #CCCD29

Tints of Barberry #CCCD29

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.56%

 BLUE value IS 41 (16.41% from 255) = 9.11%

R = 45.33%
G = 45.56%
B = 9.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CCCD29 (or 0xCCCD29) is known color: Barberry. HEX triplet: CC, CD and 29. RGB value is (204,205,41). Sum of RGB (Red+Green+Blue) = 204+205+41=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD29 is #3332D6. Grayscale: #BABABA. Windows color (decimal): -3355351 or 2739660. OLE color: 2739660.

HSL color Cylindrical-coordinate representation of color #CCCD29: hue angle of 60.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCCD29 is Cyan = 0.00, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 41 -
CMYK 0.00 0 0.8 0.20
HSL 60.37º 0.67% 0.48% -
HSV(B) 60.37º 0.8% 0.8% -
XYZ 47.13 56.66 10.55 -
YUV 186.01 46.17 140.84 -
System Red Green Blue C M Y K H S L
Decimal 204 205 41 0.00 0 0.8 0.20 60.37 0.67 0.48
Hex CC CD 29 0 0 50 14 3C 43 30
Octal 314 315 51 0 0 120 24 74 103 60
Binary 11001100 11001101 101001 0 0 1010000 10100 111100 1000011 110000

Color Harmonies of #CCCD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD29

Black with #CCCD29

Text Example


Text Example

White with #CCCD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD29; }

 p { color: rgb(204,205,41); }

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

background-color css

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

 a { background-color: rgb(204,205,41); }

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

border-color css

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

 span { border-color: rgb(204,205,41); }

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