Html Css Color HEX #CDD714 Barberry

📋 copy color: '#CDD714'

red 205 ◦ green 215 ◦ blue 20

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

Shades of Barberry #CDD714

Tints of Barberry #CDD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

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

R = 46.59%
G = 48.86%
B = 4.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CDD714 (or 0xCDD714) is known color: Barberry. HEX triplet: CD, D7 and 14. RGB value is (205,215,20). Sum of RGB (Red+Green+Blue) = 205+215+20=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD714 is #3228EB. Grayscale: #BEBEBE. Windows color (decimal): -3287276 or 1365965. OLE color: 1365965.

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

Color convert

RGB 205 215 20 -
CMYK 0.05 0 0.91 0.16
HSL 63.08º 0.83% 0.46% -
HSV(B) 63.08º 0.91% 0.84% -
XYZ 49.6 61.63 9.94 -
YUV 189.78 32.19 138.86 -
System Red Green Blue C M Y K H S L
Decimal 205 215 20 0.05 0 0.91 0.16 63.08 0.83 0.46
Hex CD D7 14 5 0 5B 10 3F 53 2E
Octal 315 327 24 5 0 133 20 77 123 56
Binary 11001101 11010111 10100 101 0 1011011 10000 111111 1010011 101110

Color Harmonies of #CDD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD714

Black with #CDD714

Text Example


Text Example

White with #CDD714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD714; }

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

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

background-color css

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

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

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

border-color css

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

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

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