Html Css Color HEX #CCCD1E Barberry

📋 copy color: '#CCCD1E'

red 204 ◦ green 205 ◦ blue 30

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

Shades of Barberry #CCCD1E

Tints of Barberry #CCCD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 46.47%
G = 46.7%
B = 6.83%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CCCD1E (or 0xCCCD1E) is known color: Barberry. HEX triplet: CC, CD and 1E. RGB value is (204,205,30). Sum of RGB (Red+Green+Blue) = 204+205+30=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD1E is #3332E1. Grayscale: #B9B9B9. Windows color (decimal): -3355362 or 2018764. OLE color: 2018764.

HSL color Cylindrical-coordinate representation of color #CCCD1E: hue angle of 60.34º 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 #CCCD1E is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 30 -
CMYK 0.00 0 0.85 0.20
HSL 60.34º 0.74% 0.46% -
HSV(B) 60.34º 0.85% 0.8% -
XYZ 46.97 56.59 9.68 -
YUV 184.75 40.67 141.73 -
System Red Green Blue C M Y K H S L
Decimal 204 205 30 0.00 0 0.85 0.20 60.34 0.74 0.46
Hex CC CD 1E 0 0 55 14 3C 4A 2E
Octal 314 315 36 0 0 125 24 74 112 56
Binary 11001100 11001101 11110 0 0 1010101 10100 111100 1001010 101110

Color Harmonies of #CCCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD1E

Black with #CCCD1E

Text Example


Text Example

White with #CCCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD1E; }

 p { color: rgb(204,205,30); }

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

background-color css

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

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

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

border-color css

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

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

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