Html Css Color HEX #CDD413 Barberry

📋 copy color: '#CDD413'

red 205 ◦ green 212 ◦ blue 19

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

Shades of Barberry #CDD413

Tints of Barberry #CDD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 47.02%
G = 48.62%
B = 4.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CDD413 (or 0xCDD413) is known color: Barberry. HEX triplet: CD, D4 and 13. RGB value is (205,212,19). Sum of RGB (Red+Green+Blue) = 205+212+19=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD413 is #322BEC. Grayscale: #BCBCBC. Windows color (decimal): -3288045 or 1299661. OLE color: 1299661.

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

Color convert

RGB 205 212 19 -
CMYK 0.03 0 0.91 0.17
HSL 62.18º 0.84% 0.45% -
HSV(B) 62.18º 0.91% 0.83% -
XYZ 48.84 60.11 9.65 -
YUV 187.91 32.68 140.19 -
System Red Green Blue C M Y K H S L
Decimal 205 212 19 0.03 0 0.91 0.17 62.18 0.84 0.45
Hex CD D4 13 3 0 5B 11 3E 54 2D
Octal 315 324 23 3 0 133 21 76 124 55
Binary 11001101 11010100 10011 11 0 1011011 10001 111110 1010100 101101

Color Harmonies of #CDD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD413

Black with #CDD413

Text Example


Text Example

White with #CDD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD413; }

 p { color: rgb(205,212,19); }

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

background-color css

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

 a { background-color: rgb(205,212,19); }

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

border-color css

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

 span { border-color: rgb(205,212,19); }

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