Html Css Color HEX #CDD912 Barberry

📋 copy color: '#CDD912'

red 205 ◦ green 217 ◦ blue 18

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

Shades of Barberry #CDD912

Tints of Barberry #CDD912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.09%

R = 46.59%
G = 49.32%
B = 4.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#CDD912 (or 0xCDD912) is known color: Barberry. HEX triplet: CD, D9 and 12. RGB value is (205,217,18). Sum of RGB (Red+Green+Blue) = 205+217+18=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD912 is #3226ED. Grayscale: #BFBFBF. Windows color (decimal): -3286766 or 1235405. OLE color: 1235405.

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

Color convert

RGB 205 217 18 -
CMYK 0.06 0 0.92 0.15
HSL 63.62º 0.85% 0.46% -
HSV(B) 63.62º 0.92% 0.85% -
XYZ 50.1 62.65 10.02 -
YUV 190.73 30.52 138.18 -
System Red Green Blue C M Y K H S L
Decimal 205 217 18 0.06 0 0.92 0.15 63.62 0.85 0.46
Hex CD D9 12 6 0 5C F 40 55 2E
Octal 315 331 22 6 0 134 17 100 125 56
Binary 11001101 11011001 10010 110 0 1011100 1111 1000000 1010101 101110

Color Harmonies of #CDD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD912

Black with #CDD912

Text Example


Text Example

White with #CDD912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD912; }

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

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

background-color css

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

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

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

border-color css

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

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

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