Html Css Color HEX #CCD612 Barberry

📋 copy color: '#CCD612'

red 204 ◦ green 214 ◦ blue 18

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

Shades of Barberry #CCD612

Tints of Barberry #CCD612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

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

R = 46.79%
G = 49.08%
B = 4.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CCD612 (or 0xCCD612) is known color: Barberry. HEX triplet: CC, D6 and 12. RGB value is (204,214,18). Sum of RGB (Red+Green+Blue) = 204+214+18=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD612 is #3329ED. Grayscale: #BDBDBD. Windows color (decimal): -3353070 or 1234636. OLE color: 1234636.

HSL color Cylindrical-coordinate representation of color #CCD612: hue angle of 63.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD612 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 18 -
CMYK 0.05 0 0.92 0.16
HSL 63.06º 0.84% 0.45% -
HSV(B) 63.06º 0.92% 0.84% -
XYZ 49.06 60.97 9.76 -
YUV 188.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 204 214 18 0.05 0 0.92 0.16 63.06 0.84 0.45
Hex CC D6 12 5 0 5C 10 3F 54 2D
Octal 314 326 22 5 0 134 20 77 124 55
Binary 11001100 11010110 10010 101 0 1011100 10000 111111 1010100 101101

Color Harmonies of #CCD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD612

Black with #CCD612

Text Example


Text Example

White with #CCD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD612; }

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

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

background-color css

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

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

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

border-color css

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

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

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