Html Css Color HEX #CDDC14 Barberry

📋 copy color: '#CDDC14'

red 205 ◦ green 220 ◦ blue 20

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

Shades of Barberry #CDDC14

Tints of Barberry #CDDC14

RGB

 RED value IS 205 (80.47% from 255) = 46.07%

 GREEN value IS 220 (86.33% from 255) = 49.44%

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

R = 46.07%
G = 49.44%
B = 4.49%

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

#CDDC14 (or 0xCDDC14) is known color: Barberry. HEX triplet: CD, DC and 14. RGB value is (205,220,20). Sum of RGB (Red+Green+Blue) = 205+220+20=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC14 is #3223EB. Grayscale: #C1C1C1. Windows color (decimal): -3285996 or 1367245. OLE color: 1367245.

HSL color Cylindrical-coordinate representation of color #CDDC14: hue angle of 64.5º 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 #CDDC14 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 20 -
CMYK 0.07 0 0.91 0.14
HSL 64.5º 0.83% 0.47% -
HSV(B) 64.5º 0.91% 0.86% -
XYZ 50.9 64.22 10.37 -
YUV 192.72 30.53 136.76 -
System Red Green Blue C M Y K H S L
Decimal 205 220 20 0.07 0 0.91 0.14 64.5 0.83 0.47
Hex CD DC 14 7 0 5B E 40 53 2F
Octal 315 334 24 7 0 133 16 100 123 57
Binary 11001101 11011100 10100 111 0 1011011 1110 1000000 1010011 101111

Color Harmonies of #CDDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC14

Black with #CDDC14

Text Example


Text Example

White with #CDDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC14; }

 p { color: rgb(205,220,20); }

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

background-color css

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

 a { background-color: rgb(205,220,20); }

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

border-color css

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

 span { border-color: rgb(205,220,20); }

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