Html Css Color HEX #CCCD18 Barberry

📋 copy color: '#CCCD18'

red 204 ◦ green 205 ◦ blue 24

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

Shades of Barberry #CCCD18

Tints of Barberry #CCCD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.54%

R = 47.11%
G = 47.34%
B = 5.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CCCD18 (or 0xCCCD18) is known color: Barberry. HEX triplet: CC, CD and 18. RGB value is (204,205,24). Sum of RGB (Red+Green+Blue) = 204+205+24=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD18 is #3332E7. Grayscale: #B8B8B8. Windows color (decimal): -3355368 or 1625548. OLE color: 1625548.

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

Color convert

RGB 204 205 24 -
CMYK 0.00 0 0.88 0.20
HSL 60.33º 0.79% 0.45% -
HSV(B) 60.33º 0.88% 0.8% -
XYZ 46.9 56.57 9.31 -
YUV 184.07 37.67 142.22 -
System Red Green Blue C M Y K H S L
Decimal 204 205 24 0.00 0 0.88 0.20 60.33 0.79 0.45
Hex CC CD 18 0 0 58 14 3C 4F 2D
Octal 314 315 30 0 0 130 24 74 117 55
Binary 11001100 11001101 11000 0 0 1011000 10100 111100 1001111 101101

Color Harmonies of #CCCD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD18

Black with #CCCD18

Text Example


Text Example

White with #CCCD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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