Html Css Color HEX #CCCC1F Barberry

📋 copy color: '#CCCC1F'

red 204 ◦ green 204 ◦ blue 31

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

Shades of Barberry #CCCC1F

Tints of Barberry #CCCC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.47%

 BLUE value IS 31 (12.5% from 255) = 7.06%

R = 46.47%
G = 46.47%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCCC1F (or 0xCCCC1F) is known color: Barberry. HEX triplet: CC, CC and 1F. RGB value is (204,204,31). Sum of RGB (Red+Green+Blue) = 204+204+31=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC1F is #3333E0. Grayscale: #B8B8B8. Windows color (decimal): -3355617 or 2084044. OLE color: 2084044.

HSL color Cylindrical-coordinate representation of color #CCCC1F: hue angle of 60º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCCC1F is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 31 -
CMYK 0 0 0.85 0.2
HSL 60º 0.74% 0.46% -
HSV(B) 60º 0.85% 0.8% -
XYZ 46.74 56.12 9.67 -
YUV 184.28 41.5 142.07 -
System Red Green Blue C M Y K H S L
Decimal 204 204 31 0 0 0.85 0.2 60 0.74 0.46
Hex CC CC 1F 0 0 55 14 3C 4A 2E
Octal 314 314 37 0 0 125 24 74 112 56
Binary 11001100 11001100 11111 0 0 1010101 10100 111100 1001010 101110

Color Harmonies of #CCCC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC1F

Black with #CCCC1F

Text Example


Text Example

White with #CCCC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC1F; }

 p { color: rgb(204,204,31); }

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

background-color css

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

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

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

border-color css

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

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

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