Html Css Color HEX #CCDB0D Barberry

📋 copy color: '#CCDB0D'

red 204 ◦ green 219 ◦ blue 13

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

Shades of Barberry #CCDB0D

Tints of Barberry #CCDB0D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

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

R = 46.79%
G = 50.23%
B = 2.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#CCDB0D (or 0xCCDB0D) is known color: Barberry. HEX triplet: CC, DB and 0D. RGB value is (204,219,13). Sum of RGB (Red+Green+Blue) = 204+219+13=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB0D is #3324F2. Grayscale: #BFBFBF. Windows color (decimal): -3351795 or 908236. OLE color: 908236.

HSL color Cylindrical-coordinate representation of color #CCDB0D: hue angle of 64.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCDB0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 13 -
CMYK 0.07 0 0.94 0.14
HSL 64.37º 0.89% 0.45% -
HSV(B) 64.37º 0.94% 0.86% -
XYZ 50.31 63.53 9.99 -
YUV 191.03 27.53 137.25 -
System Red Green Blue C M Y K H S L
Decimal 204 219 13 0.07 0 0.94 0.14 64.37 0.89 0.45
Hex CC DB D 7 0 5E E 40 59 2D
Octal 314 333 15 7 0 136 16 100 131 55
Binary 11001100 11011011 1101 111 0 1011110 1110 1000000 1011001 101101

Color Harmonies of #CCDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB0D

Black with #CCDB0D

Text Example


Text Example

White with #CCDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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