Html Css Color HEX #CCDB14 Barberry

📋 copy color: '#CCDB14'

red 204 ◦ green 219 ◦ blue 20

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

Shades of Barberry #CCDB14

Tints of Barberry #CCDB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.51%

R = 46.05%
G = 49.44%
B = 4.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#CCDB14 (or 0xCCDB14) is known color: Barberry. HEX triplet: CC, DB and 14. RGB value is (204,219,20). Sum of RGB (Red+Green+Blue) = 204+219+20=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB14 is #3324EB. Grayscale: #C0C0C0. Windows color (decimal): -3351788 or 1366988. OLE color: 1366988.

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

Color convert

RGB 204 219 20 -
CMYK 0.07 0 0.91 0.14
HSL 64.52º 0.83% 0.47% -
HSV(B) 64.52º 0.91% 0.86% -
XYZ 50.36 63.55 10.27 -
YUV 191.83 31.03 136.68 -
System Red Green Blue C M Y K H S L
Decimal 204 219 20 0.07 0 0.91 0.14 64.52 0.83 0.47
Hex CC DB 14 7 0 5B E 41 53 2F
Octal 314 333 24 7 0 133 16 101 123 57
Binary 11001100 11011011 10100 111 0 1011011 1110 1000001 1010011 101111

Color Harmonies of #CCDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB14

Black with #CCDB14

Text Example


Text Example

White with #CCDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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