Html Css Color HEX #CDD814 Barberry

📋 copy color: '#CDD814'

red 205 ◦ green 216 ◦ blue 20

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

Shades of Barberry #CDD814

Tints of Barberry #CDD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.98%

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

R = 46.49%
G = 48.98%
B = 4.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#CDD814 (or 0xCDD814) is known color: Barberry. HEX triplet: CD, D8 and 14. RGB value is (205,216,20). Sum of RGB (Red+Green+Blue) = 205+216+20=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD814 is #3227EB. Grayscale: #BFBFBF. Windows color (decimal): -3287020 or 1366221. OLE color: 1366221.

HSL color Cylindrical-coordinate representation of color #CDD814: hue angle of 63.37º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD814 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 20 -
CMYK 0.05 0 0.91 0.15
HSL 63.37º 0.83% 0.46% -
HSV(B) 63.37º 0.91% 0.85% -
XYZ 49.86 62.14 10.03 -
YUV 190.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 205 216 20 0.05 0 0.91 0.15 63.37 0.83 0.46
Hex CD D8 14 5 0 5B F 3F 53 2E
Octal 315 330 24 5 0 133 17 77 123 56
Binary 11001101 11011000 10100 101 0 1011011 1111 111111 1010011 101110

Color Harmonies of #CDD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD814

Black with #CDD814

Text Example


Text Example

White with #CDD814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD814; }

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

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

background-color css

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

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

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

border-color css

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

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

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