Html Css Color HEX #CFD01D Barberry

📋 copy color: '#CFD01D'

red 207 ◦ green 208 ◦ blue 29

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

Shades of Barberry #CFD01D

Tints of Barberry #CFD01D

RGB

 RED value IS 207 (81.25% from 255) = 46.62%

 GREEN value IS 208 (81.64% from 255) = 46.85%

 BLUE value IS 29 (11.72% from 255) = 6.53%

R = 46.62%
G = 46.85%
B = 6.53%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#CFD01D (or 0xCFD01D) is known color: Barberry. HEX triplet: CF, D0 and 1D. RGB value is (207,208,29). Sum of RGB (Red+Green+Blue) = 207+208+29=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD01D is #302FE2. Grayscale: #BCBCBC. Windows color (decimal): -3157987 or 1953999. OLE color: 1953999.

HSL color Cylindrical-coordinate representation of color #CFD01D: hue angle of 60.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFD01D is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 29 -
CMYK 0.00 0 0.86 0.18
HSL 60.34º 0.76% 0.46% -
HSV(B) 60.34º 0.86% 0.82% -
XYZ 48.51 58.47 9.89 -
YUV 187.3 38.67 142.05 -
System Red Green Blue C M Y K H S L
Decimal 207 208 29 0.00 0 0.86 0.18 60.34 0.76 0.46
Hex CF D0 1D 0 0 56 12 3C 4C 2E
Octal 317 320 35 0 0 126 22 74 114 56
Binary 11001111 11010000 11101 0 0 1010110 10010 111100 1001100 101110

Color Harmonies of #CFD01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD01D

Black with #CFD01D

Text Example


Text Example

White with #CFD01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD01D; }

 p { color: rgb(207,208,29); }

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

background-color css

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

 a { background-color: rgb(207,208,29); }

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

border-color css

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

 span { border-color: rgb(207,208,29); }

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