Html Css Color HEX #CCD312 Barberry

📋 copy color: '#CCD312'

red 204 ◦ green 211 ◦ blue 18

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

Shades of Barberry #CCD312

Tints of Barberry #CCD312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

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

R = 47.11%
G = 48.73%
B = 4.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CCD312 (or 0xCCD312) is known color: Barberry. HEX triplet: CC, D3 and 12. RGB value is (204,211,18). Sum of RGB (Red+Green+Blue) = 204+211+18=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD312 is #332CED. Grayscale: #BBBBBB. Windows color (decimal): -3353838 or 1233868. OLE color: 1233868.

HSL color Cylindrical-coordinate representation of color #CCD312: hue angle of 62.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCD312 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 18 -
CMYK 0.03 0 0.91 0.17
HSL 62.18º 0.84% 0.45% -
HSV(B) 62.18º 0.91% 0.83% -
XYZ 48.31 59.47 9.51 -
YUV 186.91 32.68 140.19 -
System Red Green Blue C M Y K H S L
Decimal 204 211 18 0.03 0 0.91 0.17 62.18 0.84 0.45
Hex CC D3 12 3 0 5B 11 3E 54 2D
Octal 314 323 22 3 0 133 21 76 124 55
Binary 11001100 11010011 10010 11 0 1011011 10001 111110 1010100 101101

Color Harmonies of #CCD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD312

Black with #CCD312

Text Example


Text Example

White with #CCD312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD312; }

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

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

background-color css

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

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

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

border-color css

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

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

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