Html Css Color HEX #CDD90D Barberry

📋 copy color: '#CDD90D'

red 205 ◦ green 217 ◦ blue 13

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

Shades of Barberry #CDD90D

Tints of Barberry #CDD90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.89%

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 47.13%
G = 49.89%
B = 2.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#CDD90D (or 0xCDD90D) is known color: Barberry. HEX triplet: CD, D9 and 0D. RGB value is (205,217,13). Sum of RGB (Red+Green+Blue) = 205+217+13=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD90D is #3226F2. Grayscale: #BEBEBE. Windows color (decimal): -3286771 or 907725. OLE color: 907725.

HSL color Cylindrical-coordinate representation of color #CDD90D: hue angle of 63.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDD90D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 13 -
CMYK 0.06 0 0.94 0.15
HSL 63.53º 0.89% 0.45% -
HSV(B) 63.53º 0.94% 0.85% -
XYZ 50.06 62.63 9.83 -
YUV 190.16 28.02 138.59 -
System Red Green Blue C M Y K H S L
Decimal 205 217 13 0.06 0 0.94 0.15 63.53 0.89 0.45
Hex CD D9 D 6 0 5E F 40 59 2D
Octal 315 331 15 6 0 136 17 100 131 55
Binary 11001101 11011001 1101 110 0 1011110 1111 1000000 1011001 101101

Color Harmonies of #CDD90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD90D

Black with #CDD90D

Text Example


Text Example

White with #CDD90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD90D; }

 p { color: rgb(205,217,13); }

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

background-color css

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

 a { background-color: rgb(205,217,13); }

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

border-color css

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

 span { border-color: rgb(205,217,13); }

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