Html Css Color HEX #CCD512 Barberry

📋 copy color: '#CCD512'

red 204 ◦ green 213 ◦ blue 18

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

Shades of Barberry #CCD512

Tints of Barberry #CCD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

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

R = 46.9%
G = 48.97%
B = 4.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CCD512 (or 0xCCD512) is known color: Barberry. HEX triplet: CC, D5 and 12. RGB value is (204,213,18). Sum of RGB (Red+Green+Blue) = 204+213+18=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD512 is #332AED. Grayscale: #BCBCBC. Windows color (decimal): -3353326 or 1234380. OLE color: 1234380.

HSL color Cylindrical-coordinate representation of color #CCD512: hue angle of 62.77º 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 #CCD512 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 18 -
CMYK 0.04 0 0.92 0.16
HSL 62.77º 0.84% 0.45% -
HSV(B) 62.77º 0.92% 0.84% -
XYZ 48.81 60.47 9.67 -
YUV 188.08 32.02 139.36 -
System Red Green Blue C M Y K H S L
Decimal 204 213 18 0.04 0 0.92 0.16 62.77 0.84 0.45
Hex CC D5 12 4 0 5C 10 3F 54 2D
Octal 314 325 22 4 0 134 20 77 124 55
Binary 11001100 11010101 10010 100 0 1011100 10000 111111 1010100 101101

Color Harmonies of #CCD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD512

Black with #CCD512

Text Example


Text Example

White with #CCD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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