Html Css Color HEX #CDC01F Barberry

📋 copy color: '#CDC01F'

red 205 ◦ green 192 ◦ blue 31

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

Shades of Barberry #CDC01F

Tints of Barberry #CDC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.86%

 BLUE value IS 31 (12.5% from 255) = 7.24%

R = 47.9%
G = 44.86%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CDC01F (or 0xCDC01F) is known color: Barberry. HEX triplet: CD, C0 and 1F. RGB value is (205,192,31). Sum of RGB (Red+Green+Blue) = 205+192+31=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC01F is #323FE0. Grayscale: #B2B2B2. Windows color (decimal): -3293153 or 2080973. OLE color: 2080973.

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

Color convert

RGB 205 192 31 -
CMYK 0 0.06 0.85 0.20
HSL 55.52º 0.74% 0.46% -
HSV(B) 55.52º 0.85% 0.8% -
XYZ 44.27 50.78 8.76 -
YUV 177.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 205 192 31 0 0.06 0.85 0.20 55.52 0.74 0.46
Hex CD C0 1F 0 6 55 14 38 4A 2E
Octal 315 300 37 0 6 125 24 70 112 56
Binary 11001101 11000000 11111 0 110 1010101 10100 111000 1001010 101110

Color Harmonies of #CDC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC01F

Black with #CDC01F

Text Example


Text Example

White with #CDC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC01F; }

 p { color: rgb(205,192,31); }

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

background-color css

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

 a { background-color: rgb(205,192,31); }

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

border-color css

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

 span { border-color: rgb(205,192,31); }

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