Html Css Color HEX #CCDD0D Barberry

📋 copy color: '#CCDD0D'

red 204 ◦ green 221 ◦ blue 13

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

Shades of Barberry #CCDD0D

Tints of Barberry #CCDD0D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 46.58%
G = 50.46%
B = 2.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#CCDD0D (or 0xCCDD0D) is known color: Barberry. HEX triplet: CC, DD and 0D. RGB value is (204,221,13). Sum of RGB (Red+Green+Blue) = 204+221+13=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD0D is #3322F2. Grayscale: #C1C1C1. Windows color (decimal): -3351283 or 908748. OLE color: 908748.

HSL color Cylindrical-coordinate representation of color #CCDD0D: hue angle of 64.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCDD0D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 13 -
CMYK 0.08 0 0.94 0.13
HSL 64.9º 0.89% 0.46% -
HSV(B) 64.9º 0.94% 0.87% -
XYZ 50.83 64.58 10.17 -
YUV 192.21 26.87 136.41 -
System Red Green Blue C M Y K H S L
Decimal 204 221 13 0.08 0 0.94 0.13 64.9 0.89 0.46
Hex CC DD D 8 0 5E D 41 59 2E
Octal 314 335 15 10 0 136 15 101 131 56
Binary 11001100 11011101 1101 1000 0 1011110 1101 1000001 1011001 101110

Color Harmonies of #CCDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD0D

Black with #CCDD0D

Text Example


Text Example

White with #CCDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD0D; }

 p { color: rgb(204,221,13); }

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

background-color css

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

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

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

border-color css

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

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

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