Html Css Color HEX #CCDB0F Barberry

📋 copy color: '#CCDB0F'

red 204 ◦ green 219 ◦ blue 15

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

Shades of Barberry #CCDB0F

Tints of Barberry #CCDB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 46.58%
G = 50%
B = 3.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#CCDB0F (or 0xCCDB0F) is known color: Barberry. HEX triplet: CC, DB and 0F. RGB value is (204,219,15). Sum of RGB (Red+Green+Blue) = 204+219+15=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB0F is #3324F0. Grayscale: #C0C0C0. Windows color (decimal): -3351793 or 1039308. OLE color: 1039308.

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

Color convert

RGB 204 219 15 -
CMYK 0.07 0 0.93 0.14
HSL 64.41º 0.87% 0.46% -
HSV(B) 64.41º 0.93% 0.86% -
XYZ 50.32 63.53 10.06 -
YUV 191.26 28.53 137.09 -
System Red Green Blue C M Y K H S L
Decimal 204 219 15 0.07 0 0.93 0.14 64.41 0.87 0.46
Hex CC DB F 7 0 5D E 40 57 2E
Octal 314 333 17 7 0 135 16 100 127 56
Binary 11001100 11011011 1111 111 0 1011101 1110 1000000 1010111 101110

Color Harmonies of #CCDB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB0F

Black with #CCDB0F

Text Example


Text Example

White with #CCDB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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