Html Css Color HEX #CCCD1D Barberry

📋 copy color: '#CCCD1D'

red 204 ◦ green 205 ◦ blue 29

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

Shades of Barberry #CCCD1D

Tints of Barberry #CCCD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 46.58%
G = 46.8%
B = 6.62%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CCCD1D (or 0xCCCD1D) is known color: Barberry. HEX triplet: CC, CD and 1D. RGB value is (204,205,29). Sum of RGB (Red+Green+Blue) = 204+205+29=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD1D is #3332E2. Grayscale: #B9B9B9. Windows color (decimal): -3355363 or 1953228. OLE color: 1953228.

HSL color Cylindrical-coordinate representation of color #CCCD1D: hue angle of 60.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCCD1D is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 29 -
CMYK 0.00 0 0.86 0.20
HSL 60.34º 0.75% 0.46% -
HSV(B) 60.34º 0.86% 0.8% -
XYZ 46.95 56.59 9.61 -
YUV 184.64 40.17 141.81 -
System Red Green Blue C M Y K H S L
Decimal 204 205 29 0.00 0 0.86 0.20 60.34 0.75 0.46
Hex CC CD 1D 0 0 56 14 3C 4B 2E
Octal 314 315 35 0 0 126 24 74 113 56
Binary 11001100 11001101 11101 0 0 1010110 10100 111100 1001011 101110

Color Harmonies of #CCCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD1D

Black with #CCCD1D

Text Example


Text Example

White with #CCCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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