Html Css Color HEX #CCDD12 Barberry

📋 copy color: '#CCDD12'

red 204 ◦ green 221 ◦ blue 18

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

Shades of Barberry #CCDD12

Tints of Barberry #CCDD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.89%

 BLUE value IS 18 (7.42% from 255) = 4.06%

R = 46.05%
G = 49.89%
B = 4.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#CCDD12 (or 0xCCDD12) is known color: Barberry. HEX triplet: CC, DD and 12. RGB value is (204,221,18). Sum of RGB (Red+Green+Blue) = 204+221+18=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD12 is #3322ED. Grayscale: #C1C1C1. Windows color (decimal): -3351278 or 1236428. OLE color: 1236428.

HSL color Cylindrical-coordinate representation of color #CCDD12: hue angle of 65.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCDD12 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 18 -
CMYK 0.08 0 0.92 0.13
HSL 65.02º 0.85% 0.47% -
HSV(B) 65.02º 0.92% 0.87% -
XYZ 50.87 64.59 10.36 -
YUV 192.78 29.37 136.01 -
System Red Green Blue C M Y K H S L
Decimal 204 221 18 0.08 0 0.92 0.13 65.02 0.85 0.47
Hex CC DD 12 8 0 5C D 41 55 2F
Octal 314 335 22 10 0 134 15 101 125 57
Binary 11001100 11011101 10010 1000 0 1011100 1101 1000001 1010101 101111

Color Harmonies of #CCDD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD12

Black with #CCDD12

Text Example


Text Example

White with #CCDD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD12; }

 p { color: rgb(204,221,18); }

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

background-color css

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

 a { background-color: rgb(204,221,18); }

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

border-color css

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

 span { border-color: rgb(204,221,18); }

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